projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98a91a
)
* test/automated/Makefile.in (check-tar): Add as alias for check.
author
Glenn Morris
<rgm@gnu.org>
Sun, 3 Aug 2014 03:52:00 +0000
(23:52 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 3 Aug 2014 03:52:00 +0000
(23:52 -0400)
Do not merge this to trunk.
test/ChangeLog
patch
|
blob
|
history
test/automated/Makefile.in
patch
|
blob
|
history
diff --git
a/test/ChangeLog
b/test/ChangeLog
index 451fa91548f42328fbdf3091e3237f8d0f4c2f1f..564e9d3d641e4be4bd53a7be5c1d193beb645833 100644
(file)
--- a/
test/ChangeLog
+++ b/
test/ChangeLog
@@
-1,3
+1,7
@@
+2014-08-03 Glenn Morris <rgm@gnu.org>
+
+ * automated/Makefile.in (check-tar): Add as alias for check.
+
2014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
* automated/python-tests.el:
diff --git
a/test/automated/Makefile.in
b/test/automated/Makefile.in
index 764b80ece93136c8d0e0c055896d44b6c333d185..d69d91be5cc26da252e0fb0c4db3e628ecf442fd 100644
(file)
--- a/
test/automated/Makefile.in
+++ b/
test/automated/Makefile.in
@@
-118,4
+118,8
@@
check: compile-main
echo Testing $$els; \
$(emacs) $$args -f ert-run-tests-batch-and-exit
+## This is for hydra, so we can use the same recipe on trunk and emacs-24.
+.PHONY: check-tar
+check-tar: check
+
# Makefile ends here.